You are here: Symbol Reference > Monnit.Mine Namespace > MineServer Class > MineServer Methods > MineServer.EnqueueCommand Method
MineServer.EnqueueCommand Method
MineServer Class  MineServer Members  MineServer Methods  Send Feedback

Queues sensor specific command to be sent down

Syntax
C++
C#
Visual Basic
void EnqueueCommand(UInt32 sensorID, byte[] commandFrame, bool isUrgent);
Parameters 
Description 
UInt32 sensorID 
Numerical identifier of sensor to send command 
byte[] commandFrame 
Frame for command as returned by SensorBaseProfile class 
bool isUrgent 
Will set the urgent flag so that the command is broadcast when received by the gateway